Autogenerated HTML docs for v1.4.2-rc2-gb63f
diff --git a/git-tar-tree.html b/git-tar-tree.html index 3c847e7..eebacd3 100644 --- a/git-tar-tree.html +++ b/git-tar-tree.html
@@ -368,6 +368,15 @@ Get a tarball v1.4.0 from example.com. </p> </dd> +<dt> +git tar-tree HEAD:Documentation/ git-docs > git-1.4.0-docs.tar +</dt> +<dd> +<p> + Put everything in the current head's Documentation/ directory + into <em>git-1.4.0-docs.tar</em>, with the prefix <em>git-docs/</em>. +</p> +</dd> </dl> </div> <h2>Author</h2> @@ -384,7 +393,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 24-Jul-2006 08:24:54 UTC +Last updated 31-Jul-2006 08:45:02 UTC </div> </div> </body>
diff --git a/git-tar-tree.txt b/git-tar-tree.txt index 7a99acf..1e1c7fa 100644 --- a/git-tar-tree.txt +++ b/git-tar-tree.txt
@@ -71,6 +71,11 @@ Get a tarball v1.4.0 from example.com. +git tar-tree HEAD:Documentation/ git-docs > git-1.4.0-docs.tar:: + + Put everything in the current head's Documentation/ directory + into 'git-1.4.0-docs.tar', with the prefix 'git-docs/'. + Author ------ Written by Rene Scharfe.